@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 740px) {
	
#wrapper {
	width: 60%;
	margin: 0 auto;
}
	
/* HEAD */
	
nav li {
	margin: 5px 10px;
	font-size: 16px;
	line-height: 20px;
}
	
/* #HEAD */
	
/* BODY */
	
#content h1 {
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	margin-top: 10px;
	font-weight: bold;
}
#content h2 {
	font-size: 18px;
	line-height: 22px;
	margin: 5px;
	font-weight: bold;
	color: #F91317;
}
#content h3 {
	font-size: 20px;
	line-height: 24px;
	margin: 10px 5px 0;
	font-style: italic;
}
#content h4 {
	font-size: 18px;
	line-height: 22px;
	margin: 5px;
	font-weight: bold;
}
#content p {
	font-size: 16px;
	line-height: 20px;
	margin: 5px;
}

	
	

	
/* /BODY */
	
	
}